.overflow-hidden {
    overflow: hidden;
}
.bgc-red {
    background-color: #c72027;
}
.bgc-lightBlue5 {
    background-color: #2bb8c7;
}
.bgc-lightGreen {
    background-color: #13b880;
}
.position-relative {
    position: relative;
}
.stripe {
    padding: 100px 0;
}
.stripe-top-100 {
    padding-top: 100px;
}
.stripe-top-60 {
    padding-top: 60px;
}
.stripe-bottom-100 {
    padding-bottom: 100px;
}
@media (max-width: 999px) {
    .stripe {
        padding: 50px 0;
    }
    .stripe-top-100 {
        padding-top: 50px;
    }
    .stripe-bottom-100 {
        padding-bottom: 50px;
    }
}
.stripe.pdb {
    padding: 0 0 60px 0px;
}
.btn {
    font-size: 15px;
    font-weight: 500;
    padding: 10px 33px;
    border-radius: 4px;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .btn {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    .btn {
        padding: 12px 20px;
    }
}
.btn.btn-primary {
    background-color: #c72027;
    border-color: #c72027;
    color: #fff;
    font-size: 17px;
}
@media (max-width: 767px) {
    .btn.btn-primary {
        font-size: 15px;
    }
}
.btn.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn.btn-primary.focus,
.btn.btn-primary:focus {
    -webkit-box-shadow: 0 0 2px 0.2rem rgba(0, 33, 66, 0.3);
    box-shadow: 0 0 2px 0.2rem rgba(0, 33, 66, 0.3);
}
.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:hover,
.btn.btn-primary.focus,
.btn.btn-primary:focus {
    background-color: #c72027;
    border-color: #c72027;
    color: #fff;
}
.btn.btn-primary.style1 {
    font-size: 28px;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    width: 75%;
    margin: auto;
}
.btn.btn-primary.style1.blue-btn {
    background-color: #2bb8c7;
    border-color: #2bb8c7;
}
.btn.btn-primary.style1.blue-btn:not(:disabled):not(.disabled).active:focus,
.btn.btn-primary.style1.blue-btn:not(:disabled):not(.disabled):active:focus,
.btn.btn-primary.style1.blue-btn.focus,
.btn.btn-primary.style1.blue-btn:focus {
    -webkit-box-shadow: 0 0 2px 0.2rem rgba(0, 33, 66, 0.3);
    box-shadow: 0 0 2px 0.2rem rgba(0, 33, 66, 0.3);
}
.btn.btn-primary.style1.blue-btn:not(:disabled):not(.disabled).active,
.btn.btn-primary.style1.blue-btn:not(:disabled):not(.disabled):active,
.btn.btn-primary.style1.blue-btn:hover,
.btn.btn-primary.style1.blue-btn.focus,
.btn.btn-primary.style1.blue-btn:focus {
    background-color: #fff;
    border-color: #2bb8c7;
    color: #2bb8c7;
}
.btn.btn-primary.style1.green-btn {
    background-color: #13b880;
    border-color: #13b880;
}
.btn.btn-primary.style1.green-btn:not(:disabled):not(.disabled).active:focus,
.btn.btn-primary.style1.green-btn:not(:disabled):not(.disabled):active:focus,
.btn.btn-primary.style1.green-btn.focus,
.btn.btn-primary.style1.green-btn:focus {
    -webkit-box-shadow: 0 0 2px 0.2rem rgba(19, 184, 128, 0.3);
    box-shadow: 0 0 2px 0.2rem rgba(19, 184, 128, 0.3);
}
.btn.btn-primary.style1.green-btn:not(:disabled):not(.disabled).active,
.btn.btn-primary.style1.green-btn:not(:disabled):not(.disabled):active,
.btn.btn-primary.style1.green-btn:hover,
.btn.btn-primary.style1.green-btn.focus,
.btn.btn-primary.style1.green-btn:focus {
    background-color: #fff;
    border-color: #13b880;
    color: #13b880;
}
@media (max-width: 767px) {
    .btn.btn-primary.style1 {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .btn.btn-primary.style1 {
        font-size: 16px;
    }
}
.custom-checkbox {
    position: relative;
    width: 14px;
    height: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    vertical-align: middle;
}
.custom-checkbox input {
    opacity: 0;
    width: 14px;
    height: 14px;
    position: absolute;
    z-index: 1;
    left: -1px;
    top: -1px;
}
.custom-checkbox input:checked ~ .as-checkbox:after,
.custom-checkbox input [checked="checked"] ~ .as-checkbox:after {
    opacity: 1;
}
.custom-checkbox label {
    font-size: 14px;
}
@media (max-width: 1700px) {
    .custom-checkbox label {
        font-size: 13px;
    }
}
.custom-checkbox:hover {
    border-color: #dedede;
}
.custom-checkbox:focus {
    border-color: #232323;
}
.custom-checkbox .as-checkbox {
    border: 1px solid #000;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    position: absolute;
    text-align: center;
    background-color: #fff;
    margin-bottom: 0px;
}
.custom-checkbox .as-checkbox:after {
    content: "\e906";
    font-family: "xicons";
    font-size: 9px;
    font-weight: 700;
    width: 12px;
    height: 12px;
    opacity: 0;
    display: inline-block;
    vertical-align: top;
    line-height: 13px;
}
.custom-checkbox.style1 .as-checkbox {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border-width: 2px;
}
.custom-checkbox.style1 .as-checkbox:after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
.custom-checkbox.style1.red-color .as-checkbox {
    border-color: #c72027;
}
.custom-checkbox.style1.red-color .as-checkbox:after {
    background-color: #c72027;
}
.custom-checkbox.style1.blue-color .as-checkbox {
    border-color: #2bb8c7;
}
.custom-checkbox.style1.blue-color .as-checkbox:after {
    background-color: #2bb8c7;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex.sty-1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex.flex-100 > div,
.flex.flex-100 > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}
.flex.flex-75 > div,
.flex.flex-75 > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 15px;
}
@media (max-width: 999px) {
    .flex.flex-75 > div,
    .flex.flex-75 > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
}
.flex.flex-50 > div,
.flex.flex-50 > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}
@media (max-width: 999px) {
    .flex.flex-50 > div,
    .flex.flex-50 > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
}
.flex.flex-25 > div,
.flex.flex-25 > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}
@media (max-width: 1199px) {
    .flex.flex-25 > div,
    .flex.flex-25 > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px;
    }
}
@media (max-width: 760px) {
    .flex.flex-25 > div,
    .flex.flex-25 > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px;
    }
}
.flex.flex-cus > div,
.flex.flex-cus > li {
    padding: 0 15px;
}
.flex.flex-cus > div:first-child,
.flex.flex-cus > li:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
@media (max-width: 991px) {
    .flex.flex-cus > div:first-child,
    .flex.flex-cus > li:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px 0;
    }
}
.flex.flex-cus > div:last-child,
.flex.flex-cus > li:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
@media (max-width: 991px) {
    .flex.flex-cus > div:last-child,
    .flex.flex-cus > li:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px 0;
    }
}
@media (max-width: 991px) {
    .flex.flex-cus {
        padding: 30px 0;
    }
}
.flex.flex-4_6 > div,
.flex.flex-4_6 > li {
    padding: 0 15px;
}
.flex.flex-4_6 > div:first-child,
.flex.flex-4_6 > li:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
@media (max-width: 991px) {
    .flex.flex-4_6 > div:first-child,
    .flex.flex-4_6 > li:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.flex.flex-4_6 > div:last-child,
.flex.flex-4_6 > li:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
@media (max-width: 991px) {
    .flex.flex-4_6 > div:last-child,
    .flex.flex-4_6 > li:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.flex.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flex.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.flex.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flex.gap-50 {
    margin: 0 -50px;
}
.flex.gap-50 > li,
.flex.gap-50 > div {
    padding: 0 50px;
}
@media (max-width: 1199px) {
    .flex.gap-50 {
        margin: 0 -15px;
    }
    .flex.gap-50 > li,
    .flex.gap-50 > div {
        padding: 0 15px;
    }
}
@media (max-width: 999px) {
    .flex.gap-50 {
        margin: 0;
    }
    .flex.gap-50 > div,
    .flex.gap-50 > li {
        padding: 0;
    }
}
@media (max-width: 999px) {
    .flex {
        margin: 0;
    }
}
.flex.no-mar {
    margin-left: 0px;
    margin-right: 0px;
}
.text-left {
    text-align: left;
    margin-bottom: 25px;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.table-wrap ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-top: 2px solid #dbdbdc;
    border-left: 2px solid #dbdbdc;
    border-right: 2px solid #dbdbdc;
}
.table-wrap ul > li {
    display: table-cell;
    vertical-align: top;
    padding: 8px;
    border-right: 2px solid #dbdbdc;
}
.table-wrap ul > li:last-child {
    border-right: 0;
}
.table-wrap ul:last-child {
    border-bottom: 2px solid #dbdbdc;
}
.table-wrap ul.table-head {
    border-color: #c72027;
    background-color: #c72027;
}
.table-wrap ul.table-head.green-head {
    border-color: #13b880;
    background-color: #13b880;
}
.table-wrap ul.table-head > li {
    border: 0px;
}
.table-wrap ul.table-head.style1 {
    border-color: #2bb8c7;
    background-color: #2bb8c7;
}
.table-wrap ul.table-body {
    background-color: #fff;
}
.ptb-31 {
    padding: 31px 0;
}
.why-grow-section.bg-gray {
    background-color: #f8fafc;
}
.why-grow-section.bg-gray1 {
    background-color: #e4ebf4;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.35);
}
.why-grow-section .price-chart h6 {
    font-size: 30px;
    font-weight: 500;
    color: #c72027;
    margin-bottom: 10px;
}
.why-grow-section .price-chart h6.green {
    color: #13b880;
}
@media (max-width: 1440px) {
    .why-grow-section .price-chart h6 {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .why-grow-section .price-chart h6 {
        font-size: 22px;
    }
}
.why-grow-section .price-chart h6.style1 {
    color: #2bb8c7;
}
.why-grow-section .price-chart h6.style2 {
    color: #13b880;
}
.why-grow-section .price-chart h5 {
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}
@media (max-width: 1440px) {
    .why-grow-section .price-chart h5 {
        font-size: 15px;
    }
}
@media (max-width: 1199px) {
    .why-grow-section .price-chart h5 {
        font-size: 14px;
    }
}
.why-grow-section .price-chart p {
    font-size: 14px;
    color: #272829;
    font-weight: 500;
}
@media (max-width: 1440px) {
    .why-grow-section .price-chart p {
        font-size: 13px;
    }
}
@media (max-width: 999px) {
    .why-grow-section .price-chart {
        padding: 50px 0 !important;
    }
}
.why-grow-section .why-grow-text {
    background-color: #002142;
    padding: 51px 10px 40px 40px;
    position: relative;
}
@media (max-width: 1199px) {
    .why-grow-section .why-grow-text {
        padding: 40px 40px;
    }
}
@media (max-width: 999px) {
    .why-grow-section .why-grow-text {
        padding: 50px 15px;
    }
}
@media (max-width: 760px) {
    .why-grow-section .why-grow-text {
        padding: 30px 15px;
    }
}
.why-grow-section .why-grow-text:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #002142;
}
@media (max-width: 999px) {
    .why-grow-section .why-grow-text:before {
        display: none;
    }
}
.why-grow-section .why-grow-text h4 {
    font-size: 44px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
@media (max-width: 1440px) {
    .why-grow-section .why-grow-text h4 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .why-grow-section .why-grow-text h4 {
        font-size: 30px;
    }
}
@media (max-width: 760px) {
    .why-grow-section .why-grow-text h4 {
        font-size: 24px;
    }
}
.why-grow-section .why-grow-text h4 span {
    color: #3bb7e7;
}
.why-grow-section .why-grow-text p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 35px;
    line-height: 1.6;
}
@media (max-width: 1440px) {
    .why-grow-section .why-grow-text p {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .why-grow-section .why-grow-text p {
        font-size: 15px;
    }
}
@media (max-width: 760px) {
    .why-grow-section .why-grow-text p {
        font-size: 14px;
        margin-bottom: 20px;
    }
}
@media (max-width: 999px) {
    .why-grow-section .why-grow-text p br {
        display: none;
    }
    .why-grow-section .why-grow-text p.br-show br {
        display: block;
    }
}
.why-grow-section .why-grow-text p:last-child {
    margin-bottom: 0px;
}
.why-grow-section .why-grow-text .sPackage {
    position: absolute;
    top: -31px;
    left: 0;
}
.why-grow-section .why-grow-text .sPackage > img {
    width: 100%;
}
@media (max-width: 1441px) {
    .why-grow-section .why-grow-text .sPackage {
        max-width: 280px;
        top: -28px;
    }
}
@media (max-width: 991px) {
    .why-grow-section .why-grow-text .sPackage {
        max-width: 240px;
        top: -24px;
    }
}
@media (max-width: 767px) {
    .why-grow-section .why-grow-text .sPackage {
        max-width: 220px;
        top: -22px;
    }
}
@media (max-width: 575px) {
    .why-grow-section .why-grow-text .sPackage {
        max-width: 180px;
        top: -18px;
    }
}
.why-grow-section .why-grow-text.style1 {
    padding: 60px 10px 60px 55px;
}
@media (max-width: 1199px) {
    .why-grow-section .why-grow-text.style1 {
        padding: 100px 40px;
    }
}
@media (max-width: 999px) {
    .why-grow-section .why-grow-text.style1 {
        padding: 50px 15px;
    }
}
@media (max-width: 760px) {
    .why-grow-section .why-grow-text.style1 {
        padding: 30px 15px;
    }
}
.why-grow-section .why-grow-text.style1 p {
    margin-bottom: 30px;
}
.why-grow-section .why-grow-text.style1 p:last-child {
    margin-bottom: 0px;
}
@media (max-width: 760px) {
    .why-grow-section .why-grow-text.style1 p {
        margin-bottom: 20px;
    }
}
.why-grow-section .why-grow-text.sty-2 {
    padding: 51px 10px 40px 40px;
}
@media (max-width: 991px) {
    .why-grow-section .why-grow-text.sty-2 {
        margin-top: 25px;
    }
}
@media (max-width: 575px) {
    .why-grow-section .why-grow-text.sty-2 {
        padding: 41px 20px 30px 20px;
    }
}
.package-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    max-width: 320px;
    position: relative;
    z-index: 1;
    margin-left: auto;
}
.package-left .price-box {
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 11px 59px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 11px 59px 0 rgba(0, 0, 0, 0.07);
    position: relative;
    padding: 45px 30px 15px;
}
@media (max-width: 1366px) {
    .package-left .price-box {
        padding: 30px 30px 15px;
    }
}
.package-left .price-box .btn-primary {
    position: absolute;
    left: 0px;
    right: 0px;
    top: -32px;
}
@media (max-width: 767px) {
    .package-left .price-box .btn-primary {
        top: -25px;
    }
}
.package-left .price-box h4 {
    color: #4f4f4f;
    position: relative;
    padding-left: 30px;
    font-size: 50px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: -1px;
}
@media (max-width: 1440px) {
    .package-left .price-box h4 {
        margin-bottom: 0px;
    }
}
@media (max-width: 767px) {
    .package-left .price-box h4 {
        font-size: 30px;
    }
}
@media (max-width: 760px) {
    .package-left .price-box h4 {
        font-size: 24px;
    }
}
.package-left .price-box h4 .custom-checkbox {
    position: absolute;
    left: 7px;
    top: 10px;
}
.package-left .price-box h4.upgrade:after {
    content: "";
    background-image: url("../images/mix/special-pkg.png");
    width: 70px;
    height: 70px;
    position: absolute;
    right: 5px;
    top: 20px;
}
@media (max-width: 767px) {
    .package-left .price-box h4.upgrade:after {
        top: 0px;
    }
}
.package-left .price-box .specifications {
    display: block;
    margin-bottom: 20px;
}
@media (max-width: 1440px) {
    .package-left .price-box .specifications {
        margin-bottom: 10px;
    }
}
.package-left .price-box .specifications > li {
    display: block;
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}
@media (max-width: 1440px) {
    .package-left .price-box .specifications > li {
        margin-bottom: 8px;
    }
}
.package-left .price-box .specifications > li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-image: url("../images/tick-green1.png");
    width: 16px;
    height: 11px;
    background-repeat: no-repeat;
}
.package-left .price-box .specifications > li p,
.package-left .price-box .specifications > li select {
    margin-bottom: 0px;
    font-size: 13px;
    color: #333;
    margin: 0;
    padding: 0px;
    font-weight: 600;
}
.package-left .price-box .specifications > li select {
    width: 100%;
    border: 1px solid #c5c5c5;
    padding: 3px;
}
.package-left .price-box .specifications > li:last-child {
    margin-bottom: 0px;
}
.package-left .price-box .lowest-wrap {
    position: relative;
    height: 39px;
    margin-bottom: 20px;
}
@media (max-width: 1440px) {
    .package-left .price-box .lowest-wrap {
        margin-bottom: 10px;
    }
}
.package-left .price-box .lowest {
    padding: 10px 30px;
    width: calc(100% + 60px);
    left: -30px;
    position: absolute;
}
@media (max-width: 767px) {
    .package-left .price-box .lowest {
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }
}
.package-left .price-box .lowest h6 {
    margin-bottom: 0px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
}
@media (max-width: 1440px) {
    .package-left .price-box .lowest h6 {
        font-size: 14px;
    }
}
.package-left .price-box .lowest h6 img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
@media (max-width: 767px) {
    .package-left .price-box .lowest h6 {
        font-size: 14px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.package-left .price-box .lowest.bg-red {
    background-color: #c72027;
}
.package-left .price-box .lowest.bg-blue {
    background-color: #2bb8c7;
}
.package-left .price-box .lowest i {
    color: #fffc00;
    margin-left: 5px;
}
.package-left .price-box .ensue-span {
    font-size: 13px;
    color: #848484;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    width: 104%;
}
.package-left .price-box .ensue-span small {
    color: #c72027;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
}
@media (max-width: 991px) {
    .package-left .price-box .ensue-span {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .package-left .price-box {
        padding-top: 35px;
    }
}
@media (max-width: 999px) {
    .package-left {
        margin: 0 auto 30px;
    }
}
.package-right {
    position: relative;
}
.package-right .img-highly {
    position: absolute;
    left: -10px;
    top: -115px;
}
@media (max-width: 1199px) {
    .package-right .img-highly {
        top: -80px;
    }
}
@media (max-width: 991px) {
    .package-right .img-highly {
        display: none;
    }
}
.package-right a {
    font-size: 15px;
    color: #0049ef;
    text-decoration: underline !important;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500;
}
@media (max-width: 575px) {
    .package-right a {
        font-size: 14px;
    }
}
.package-right .glow-box {
    background-color: #dff3fb;
    -webkit-box-shadow: 0 14px 32px 0 rgba(67, 67, 67, 0.29);
    box-shadow: 0 14px 32px 0 rgba(67, 67, 67, 0.29);
    padding: 15px 25px;
    border-radius: 0px 10px 10px 0;
}
.package-right .glow-box h6 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.package-right .glow-box p {
    margin-bottom: 10px;
    font-size: 13px;
    color: #333;
}
.package-right .glow-box p:last-child {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .package-right .glow-box p {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    .package-right .glow-box {
        border-radius: 10px;
    }
}
@media (max-width: 767px) {
    .package-right .glow-box {
        padding: 15px;
    }
}
@media (max-width: 991px) {
    .package-right .text-right {
        text-align: center !important;
    }
}
.glow-text .requirement-img {
    margin-left: 0px;
    margin-bottom: 20px;
}
@media (max-width: 999px) {
    .glow-text .requirement-img {
        display: none;
    }
}
.glow-text .defaultbtn {
    font-weight: 400;
    font-size: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-left: -10px;
    padding: 12px 50px 9px;
}
@media (max-width: 1199px) {
    .glow-text .defaultbtn {
        margin-left: 40px;
    }
}
@media (max-width: 999px) {
    .glow-text .defaultbtn {
        margin-left: 0px;
    }
}
@media (max-width: 999px) {
    .glow-text {
        text-align: center;
    }
}
.package-box {
    border-radius: 7px;
    border: 1px solid #8291a0;
    text-align: center;
}
.package-box .package-head {
    height: 164px;
    border-radius: 7px;
    background-color: #002142;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
}
.package-box .package-head h5 {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.package-box .package-head p {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 1.6;
}
.package-box .package-txt {
    padding: 30px;
    position: relative;
}
.package-box .package-txt:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #f3f3f3;
    height: 37%;
    border-radius: 7px;
}
.package-box .package-txt h4 {
    font-size: 69px;
    color: #3fc2f2;
    position: relative;
    line-height: 55px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: -1px;
}
.package-box .package-txt h4 sup {
    font-weight: 400;
    font-size: 44px;
    position: absolute;
    top: -15px;
}
.package-box .package-txt h4 span {
    font-size: 21px;
    color: #002142;
    font-weight: 400;
    letter-spacing: 0;
}
.package-box .package-txt h6 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 17px;
}
.package-box .package-txt .defaultbtn {
    font-weight: 400;
    font-size: 11px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 12px 40px 9px;
    margin-bottom: 25px;
}
.package-box .package-txt span {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    display: inline-block;
}
@media (max-width: 1199px) {
    .package-box {
        margin-bottom: 50px;
    }
}
@media (max-width: 999px) {
    .glow-section {
        padding-top: 80px;
    }
    .glow-section.style1 {
        padding-top: 0;
    }
}
@media (max-width: 575px) {
    .table-wrap {
        overflow-y: auto;
    }
    .table-wrap ul {
        min-width: 440px;
    }
}
.sign-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .sign-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.sign-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
@media (max-width: 767px) {
    .sign-logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
}
.sign-logo h3 {
    font-size: 43px;
    color: #3fc2f2;
    font-weight: 800;
}
@media (max-width: 1600px) {
    .sign-logo h3 {
        font-size: 33px;
    }
}
@media (max-width: 991px) {
    .sign-logo h3 {
        font-size: 28px;
    }
}
.sign-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
@media (max-width: 767px) {
    .sign-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.sign-content h3 {
    font-size: 28px;
    font-weight: 600;
    color: #a1a1a1;
}
.sign-content h3 strong {
    font-weight: 800;
    color: #565656;
}
@media (max-width: 767px) {
    .sign-content h3 br {
        display: none;
    }
}
@media (max-width: 1600px) {
    .sign-content {
        font-size: 26px;
    }
}
@media (max-width: 991px) {
    .sign-content {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .sign-content {
        font-size: 18px;
    }
}
.f-pass {
    text-align: right;
}
.f-pass a {
    font-size: 12px;
    color: #02264c;
    font-weight: 600;
    border-bottom: 1px solid #02264c;
}
.create-account {
    margin-top: 25px;
    text-align: center;
}
.create-account strong {
    font-size: 15px;
    font-weight: 800;
    color: #525252;
}
@media (max-width: 575px) {
    .create-account strong {
        font-size: 13px;
    }
}
.create-account h4 {
    font-weight: 600;
    font-size: 15px;
    color: #4f4f4f;
    margin: 5px 0 10px;
}
@media (max-width: 575px) {
    .create-account h4 {
        font-size: 13px;
    }
}
.create-account h4 a {
    color: #02264c;
    font-weight: 600;
    border-bottom: 1px solid #02264c;
}
.create-account a {
    color: #e20005;
    font-weight: 600;
}
@media (max-width: 575px) {
    .create-account a {
        font-size: 14px;
    }
}
.forgot-content {
    text-align: center;
}
.forgot-content span {
    font-size: 14px;
    font-weight: 600;
}
@media (max-width: 575px) {
    .forgot-content span {
        font-size: 12px;
    }
}
.midle_content {
    margin: 25px 0;
}
@media (max-width: 1600px) {
    .midle_content {
        margin: 15px 0;
    }
}
.midle_content p {
    font-weight: 700;
    font-size: 19px;
    color: #565656;
}
@media (max-width: 1600px) {
    .midle_content p {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    .midle_content p {
        font-size: 13px;
    }
}
.midle_content a {
    font-size: 23px;
    color: #3fc2f2;
}
@media (max-width: 1600px) {
    .midle_content a {
        font-size: 20px;
    }
}
@media (max-width: 575px) {
    .midle_content a {
        font-size: 13px;
    }
}
.midle_content h6 {
    font-size: 16px;
    margin-top: 5px;
}
@media (max-width: 1600px) {
    .midle_content h6 {
        font-size: 14px;
    }
}
@media (max-width: 575px) {
    .midle_content h6 {
        font-size: 13px;
    }
}
.midle_content h6 a {
    font-size: 16px;
    color: #0049ef;
    border-bottom: 1px solid #0049ef;
}
@media (max-width: 1600px) {
    .midle_content h6 a {
        font-size: 14px;
    }
}
.chatchart {
    padding: 80px 0px;
}
.chatchart.bp20 {
    padding-bottom: 20px;
}
.chatchart h3 {
    color: #c72027;
    padding-left: 30px;
    font-size: 44px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1;
}
@media (max-width: 767px) {
    .chatchart h3 {
        text-align: center;
        margin-bottom: 20px;
    }
}
.chatchart h3.blue {
    color: #2bb8c7;
}
.chatchart h3.lightGreen {
    color: #13b880;
}
.chatchart h3 span {
    color: #000;
    display: block;
    font-weight: 700;
}
@media (max-width: 1600px) {
    .chatchart h3 {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .chatchart h3 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .chatchart h3 {
        font-size: 25px;
        margin-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .chatchart h3 {
        font-size: 22px;
    }
}
.howitwork-section h2 {
    font-size: 45px;
    color: #242424;
    position: relative;
    text-align: center;
    margin: 0 0 175px;
    font-weight: 500;
}
.howitwork-section h2 strong {
    font-weight: 700;
}
.howitwork-section h2:after {
    content: "";
    border-top: 3px solid #3fc2f2;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 7%;
}
@media (max-width: 1366px) {
    .howitwork-section h2 {
        font-size: 45px;
        margin: 0 0 100px;
    }
}
@media (max-width: 1120px) {
    .howitwork-section h2 {
        font-size: 34px;
        margin: 0 0 60px;
    }
}
@media (max-width: 768px) {
    .howitwork-section h2 {
        font-size: 22px;
        margin: 0 0 25px;
    }
}
.howitwork-box {
    margin-bottom: 65px;
    position: relative;
}
.howitwork-box .img-wrap img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 1366px) {
    .howitwork-box .img-wrap {
        max-width: 50%;
    }
}
@media (max-width: 1199px) {
    .howitwork-box .img-wrap {
        max-width: 40%;
        margin-left: 104px;
    }
}
.howitwork-box .howitworks-text {
    padding-left: 50px;
}
.howitwork-box .howitworks-text span.big-num {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background-color: #10caff;
    margin-bottom: 15px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 60px;
    color: #fff;
    font-weight: bold;
}
@media (max-width: 1366px) {
    .howitwork-box .howitworks-text span.big-num {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
        font-size: 50px;
    }
}
@media (max-width: 1120px) {
    .howitwork-box .howitworks-text span.big-num {
        font-size: 34px;
        width: 50px;
        height: 50px;
    }
}
.howitwork-box .howitworks-text h6 {
    font-size: 21.71px;
    color: #00172f;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.howitwork-box .howitworks-text h6 span {
    font-weight: 400;
    margin: 0 5px;
    display: inline-block;
}
.howitwork-box .howitworks-text h6 img {
    margin-left: 5px;
    max-width: 100%;
    height: auto;
}
@media (max-width: 1120px) {
    .howitwork-box .howitworks-text h6 {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .howitwork-box .howitworks-text h6 {
        font-size: 16px;
    }
    .howitwork-box .howitworks-text h6 br {
        display: none;
    }
}
.howitwork-box .howitworks-text p {
    font-size: 14px;
    color: #00172f;
    line-height: 24px;
    font-weight: 600;
}
@media (max-width: 768px) {
    .howitwork-box .howitworks-text p {
        font-size: 13px;
        padding: 0px;
    }
    .howitwork-box .howitworks-text p br {
        display: none;
    }
}
@media (max-width: 1366px) {
    .howitwork-box .howitworks-text {
        padding-left: 40px;
    }
}
@media (max-width: 1120px) {
    .howitwork-box .howitworks-text {
        padding-left: 0;
        padding-top: 25px;
    }
}
@media (max-width: 1199px) {
    .howitwork-box {
        margin-bottom: 25px;
        padding: 0 15px;
    }
}
@media (max-width: 1120px) {
    .howitwork-box {
        display: block;
    }
}
.howitwork-one {
    position: relative;
}
.howitwork-one:before {
    content: "";
    background-image: url("../images/how-it-works/01-before.png");
    width: 439px;
    height: 449px;
    position: absolute;
    right: 250px;
    top: -80px;
}
@media (max-width: 1366px) {
    .howitwork-one:before {
        background-size: contain;
        background-repeat: no-repeat;
        width: 350px;
        right: 250px;
        top: 0px;
    }
}
@media (max-width: 1199px) {
    .howitwork-one:before {
        width: 320px;
        right: 260px;
        top: -10px;
    }
}
@media (max-width: 1120px) {
    .howitwork-one:before {
        display: none;
    }
}
.howitwork-two {
    position: relative;
}
.howitwork-two:before {
    content: "";
    background-image: url("../images/how-it-works/02-before.png");
    width: 589px;
    height: 302px;
    position: absolute;
    left: -50px;
    bottom: -130px;
}
@media (max-width: 1366px) {
    .howitwork-two:before {
        background-size: contain;
        background-repeat: no-repeat;
        width: 520px;
    }
}
@media (max-width: 1199px) {
    .howitwork-two:before {
        width: 380px;
        left: 80px;
        bottom: -130px;
    }
}
@media (max-width: 1120px) {
    .howitwork-two:before {
        display: none;
    }
}
.howitwork-three {
    position: relative;
}
.howitwork-three:before {
    content: "";
    background-image: url("../images/how-it-works/03-before.png");
    width: 462px;
    height: 408px;
    position: absolute;
    right: -40px;
    top: 50px;
}
@media (max-width: 1366px) {
    .howitwork-three:before {
        background-size: contain;
        background-repeat: no-repeat;
        width: 350px;
        right: 200px;
        top: 100px;
    }
}
@media (max-width: 1199px) {
    .howitwork-three:before {
        width: 300px;
        right: 90px;
        top: 100px;
        height: 100%;
    }
}
@media (max-width: 1120px) {
    .howitwork-three:before {
        display: none;
    }
}
.howitwork-four {
    margin-right: 140px;
}
@media (max-width: 1199px) {
    .howitwork-four {
        margin-right: 0px;
    }
}
@media (max-width: 980px) {
    .stpshominfo {
        text-align: center;
    }
}
@media (max-width: 980px) {
    .stpshominfo .stpshomboxes {
        text-align: left;
    }
}
